python single line comment

28

# Comment on a single line
 
user = "JDoe" # Comment after code
# This is a Python single-line comment and it will be ignored

Comments

Submit
0 Comments